Page.SetTextRotation Method (console safe)
Sets text rotation for text to be draw using ShowText. (Preliminary support only since LibHaru does not fully document SetTextMatrix which this one is based on)

SetTextRotation(
angle
as Single,
x
as Single,
y
as Single)
Parameters
- angle
- Angle in degrees to use for the rotation.
- x
- The page x coordinate.
- y
- The page y coordinate.
Remarks
See Also
Page Class